home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / 2000last.zip / 2000LAST.CFG next >
Text File  |  1993-01-03  |  3KB  |  68 lines

  1. BBSNAME=The Charlatan's Cabin BBS
  2. NODEINFO=C:\WC30\DATA\NODEINFO.DAT
  3. SAVEFILE=C:\WC30\2000LAST.DAT
  4. PUCKFILE=C:\WC30\2000LAST.PUK
  5. EXCLUDE=NONE
  6. BYPASS=NEWUSER
  7. TRANSLATE=19200,16800
  8. WRITE=C:\WC30\WCPRO.BBS /SHOWNODE /CLS /COLOR /COUNT=50
  9. WRITE=C:\WC30\BULL\BULL22.BBS /SHOWNODE /CLS /COLOR /COUNT=2000
  10.  
  11.             BBSNAME=     is the name of your BBS for the listing header,
  12.                          e.g., BBSNAME=The Charlatan's Cabin BBS
  13.  
  14.             NODEINFO=    is the Drive and PathName to the node information 
  15.                          file, e.g., NODEINFO=C:\WC30\DATA\NODEINFO.DAT
  16.  
  17.             SAVEFILE=    is the Drive and PathName of the file 2000 LAST will 
  18.                          use to keep a reference copy of the callers list.
  19.                          It will be maintained automatically by 2000 LAST.
  20.                          e.g., SAVEFILE=C:\WC30\2000LAST.DAT
  21.  
  22.             PUCKFILE=    is the Drive and PathName of the file 2000 LAST will 
  23.                          use to keep a marker file to indicate that it is 
  24.                          running on another node.  It will be maintained 
  25.                          automatically by 2000 LAST.
  26.                          e.g., PUCKFILE=C:\WC30\2000LAST.PUK
  27.  
  28.             EXCLUDE=     tells the program any names (such as the sysop) to
  29.                          exclude from the listings.  If you don't want to
  30.                          exclude anyone, remove this line or leave it blank.
  31.  
  32.             BYPASS=      tells the program any SECURITY LEVELS you want to
  33.                          exclude from the listings.  If you don't want to
  34.                          exclude levels, remove this line or leave it blank.
  35.  
  36.             TRANSLATE=   tells the program to replace a reported baud rate
  37.                          with another value.  For example, if you have your
  38.                          MAKEWILD set to show 16800 baud connects as 19200,
  39.                          you can change them back to 16800 by using the
  40.                          command: TRANSLATE=19200,16800.
  41.                          You may have up to 10 of these TRANSLATE= lines in
  42.                          this configuration file.
  43.  
  44.        Remaining lines:  name the output files (maximum of 50 files.) 
  45.                          They will ALL be written if there is new "last 
  46.                          caller."  The format is important -- see below:
  47.  
  48.        Each line MUST begin with the phrase "WRITE=" followed by a
  49.        valid COMPLETE DOS drive/path/filename.  Any number of these 
  50.        filenames (up to 50) are executed by the program.  After the
  51.        filename, leave a space and then any combination of the available
  52.        switches:  
  53.  
  54.           /SHOWNODE  will include the Node number in the listing in the 
  55.                      display file.
  56.  
  57.           /CLS       will place a Wildcat! clear-screen code at the front of 
  58.                      the display file.
  59.  
  60.           /COLOR     will cause Wildcat! automatic color codes to be generated.
  61.                      If the caller is not ANSI-compatible, these color codes
  62.                      will NOT be displayed.  In that way, one ".BBS" file will
  63.                      suffice for BOTH your COLOR and your MONO callers.
  64.  
  65.           /COUNT=2000 specifies the number of entries to include in the file.
  66.                      Any number from 1 to 2000 is valid here.
  67.  
  68.